'   T h e r e m i n o   A u t o m a t i o n   d e m o   p r o g r a m 
 
 
 
 '   D e m o n s t r a t i n g   l o a d   a n d   s a v e   o f   t h e   S l o t   a n d   V a r s   v a l u e s 
 
 B u t t o n   1   T e x t   L o a d   t h e   s l o t s 
 
 B u t t o n   2   T e x t   S a v e   t h e   S l o t s 
 
 B u t t o n   3   T e x t   L o a d   t h e   V a r s 
 
 B u t t o n   4   T e x t   S a v e   t h e   V a r s 
 
 
 
 '   L o a d   a l l   t h e   s l o t s   ( 0   t o   9 9 9 )   f r o m   t h e   f i l e   " _ S l o t s . t x t " 
 
 '   T h e   t o t a l   l o a d   t i m e   i s   a b o u t   5 0 0   u S 
 
 L a b e l   L o a d   t h e   s l o t s 
 
 	 L o a d   S l o t s 
 
 S t o p 
 
 
 
 '   S a v e   a l l   t h e   s l o t s   ( 0   t o   9 9 9 )   t o   t h e   f i l e   " _ S l o t s . t x t " 
 
 '   T h e   t o t a l   s a v e   t i m e   i s   a b o u t   2   m S 
 
 L a b e l   S a v e   t h e   S l o t s 
 
 	 S a v e   S l o t s 
 
 S t o p 
 
 
 
 '   L o a d   a l l   t h e   v a r s   ( V 0   t o   V 9 )   f r o m   t h e   f i l e   " _ V a r s . t x t " 
 
 '   T h e   t o t a l   l o a d   t i m e   i s   a b o u t   5   u S 
 
 L a b e l   L o a d   t h e   V a r s 
 
 	 L o a d   V a r s 
 
 S t o p 
 
 
 
 '   S a v e   a l l   t h e   v a r s   ( V 0   t o   V 9 )   t o   t h e   f i l e   " _ V a r s . t x t " 
 
 '   T h e   t o t a l   s a v e   t i m e   i s   a b o u t   2 0   u S 
 
 L a b e l   S a v e   t h e   V a r s 
 
 	 S a v e   V a r s 
 
 S t o p 
 
 
 
 
 
 ' W A T C H   V 1 
 
 ' W A T C H   V 2 
 
 ' W A T C H   S 1 
 
 ' W A T C H   S 2 
 
 ' W A T C H   S l o t ( 1 ) 
 
 ' W A T C H   S l o t ( 2 ) 
 
 ' E X E C   V 1   =   1   :   V 2   =   2   :   S 1   =   " a b c d "   :   S 2   =   " e f g h " 
 
 